PhoneGap - iOS Biometric User Authentication

Description

This example uses the cordova-touch-id plugin and Action Javascript to verify the user's identity using the iOS biometric scanner.

This template can be used to create an iOS Cordova application that uses the fingerprint scanner or facial recognition on iOS devices to verify the user's identity. The UX Component uses the cordova-touch-id plugin and Action Javascript to interact with the fingerprint scanner. Before the user can interact with the app, they must first verify their identity using the fingerprint scanner. When the user is authenticated, a second panel card transitions into view.

This template will only work on iOS iPhone 5S and later.

This template requires the following plugins:

statusbar
cordova-touch-id
notification

This template is an updated version of the PhoneGap - iOS Device User Authentication template. It uses the PhoneGap - Touch ID/Face ID Action Javascript to perform the biometric authentication.

Limitations

iOS Cordova Applications Only